home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 3_operators / connect < prev    next >
Encoding:
Text File  |  2001-03-21  |  937 b   |  28 lines

  1. Synopsis:
  2.    connect <new server> [[<port>] <existing server>]
  3.  
  4. Description:
  5.    This command is used to connect servers to the irc network.  It must be
  6.    given at least one argument, the name of a remote server to connect to
  7.    the network.  If only one server is given, it is connected to the
  8.    client's server on the default port.  Alternately, a specific server
  9.    and port may be specified.
  10.  
  11.    Wildcards are permitted in the server names, if they are unambiguous.
  12.  
  13. Examples:
  14.    To connect irc.foo.com to your current server:
  15.       /connect irc.foo.com
  16.  
  17.    To connect irc.foo.com with irc.bar.com on port 31337 of irc.bar.com:
  18.       /connect irc.foo.com 31337 irc.bar.com
  19.  
  20. See Also:
  21.    die(3); squit(3)
  22.  
  23. Restrictions:
  24.    This command is limited to irc operators, for reasons that should be
  25.    obvious.  Further, both servers must have appropriate C: and N: lines
  26.    in their configuration to allow the connection.
  27.  
  28.